home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / DragClick / Sources / Constants.h next >
Text File  |  1996-06-21  |  458b  |  23 lines

  1. // =============================================================================
  2. //
  3. //    Constants.h
  4. //    
  5. //    Author: Greg Friedman
  6. //
  7. // =============================================================================
  8.  
  9. #ifndef __CONSTANTS__
  10. #define __CONSTANTS__
  11.  
  12. #define kMemLockMask 0x0080
  13. #define kError         -1
  14.  
  15. const ResType     kListType = 'List';
  16. const short        kInclusionListID = 128;
  17. const short        kExclusionListID = 129;
  18.  
  19. enum 
  20. {
  21.     _DragDispatch = 0xABED
  22. };
  23. #endif